home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 031a / adg_1_3.zip / NOWINDWS.H < prev    next >
Text File  |  1991-02-21  |  1KB  |  57 lines

  1. /****************************************************************************
  2. Module name: NOWINDWS.H
  3. Programmer : Jeffrey M. Richter.
  4. Description: Header file to NOT include things in WINDOWS.H.
  5.              This file MUST be included BEFORE WINDOWS.H.  If you desire
  6.              something from WINDOWS.H use an #undef between this file
  7.              and the WINDOWS.H file.
  8. *****************************************************************************/
  9.  
  10. #define NOGDI
  11.    #define NODRAWTEXT
  12.    #define NOGDICAPMASKS
  13.    #define NOMETAFILE
  14.    #define NORASTEROPS
  15.    #define NOTEXTMETRIC
  16.  
  17. #define NOKERNEL
  18.    #define NOATOM
  19.    #define NOKEYBOARDINFO
  20.    #define NOLANGUAGE
  21.    #define NOMEMMGR
  22.    #define NOOPENFILE
  23.    #define NORESOURCE
  24.  
  25. #define NOHELP
  26.  
  27. #define NOMINMAX
  28.  
  29. #define NOPROFILER
  30.  
  31. #define NOUSER
  32.    #define NOCLIPBOARD
  33.    #define NOCOLOR
  34.    #define NOCOMM
  35.    #define NOCTLMGR
  36.    #define NODEFERWINDOWPOS
  37.    #define NOICONS
  38.    #define NOKANJI
  39.    #define NOLSTRING
  40.    #define NOLFILEIO
  41.    #define NOMB
  42.    #define NOMDI
  43.    #define NOMENUS
  44.    #define NOMSG
  45.    #define NOSCROLL
  46.    #define NOSHOWWINDOW
  47.    #define NOSOUND
  48.    #define NOSYSCOMMANDS
  49.    #define NOSYSMETRICS
  50.    #define NOVIRTUALKEYCODES
  51.    #define NOWH
  52.    #define NOWINMESSAGES
  53.       #define NOKEYSTATES
  54.       #define NONCMESSAGES
  55.    #define NOWINOFFSETS
  56.    #define NOWINSTYLES
  57.